home *** CD-ROM | disk | FTP | other *** search
- Path: news1.cle.ab.com!usenet
- From: Karl.Staas@software.rockwell.com (Karl Staas)
- Newsgroups: comp.sys.amiga.misc
- Subject: Re: Program Wanted
- Date: Mon, 22 Jan 96 20:11:49
- Organization: Rockwell Software Inc.
- Distribution: inet
- Message-ID: <19960122.7E7D6E8.12582@s24210.cle.ab.com>
- References: <19960111.3F0F78.F645@sceotend.niagara.com>
- NNTP-Posting-Host: lr0m1.cle.ab.com
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
-
- Brent B. McCrackin (bmccrach@chardonnay.niagara.com) wrote:
- :
- : I am looking for a program or script that, with AmiTCP, can telnet to a
- : UNIX account, login, execute a command or bunch of commands, and pass the
- : result back to me - either for immediate viewing or use in another program.
-
- I think rsh will do what you want. It is available on aminet.
- rsh will execute a specified command on a specified host computer.
- You could execute a UNIX executable or script and redirect the output to your
- Amiga.
- e.g. WB_2.x:>rsh odin ls
- will do ls on the host odin
- -
-